go/types.Checker.recordInstance (method)

4 uses

	go/types (current package)
		call.go#L151: 	check.recordInstance(expr, targs, inst)
		recording.go#L132: func (check *Checker) recordInstance(expr ast.Expr, targs []Type, typ Type) {
		signature.go#L266: 			check.recordInstance(rbase, targs, recvType)
		typexpr.go#L483: 		check.recordInstance(ix.orig, targs, inst)